maplistmodel: Cosmetics
authorMatthias Clasen <mclasen@redhat.com>
Fri, 31 Dec 2021 14:48:34 +0000 (09:48 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 31 Dec 2021 14:48:34 +0000 (09:48 -0500)
gtk/gtkmaplistmodel.c

index 72dea556166968b931f80ae7d7b53cdd2940c2e7..0de6b7c7d8ec562b2128c941d94fd04fe807c883 100644 (file)
@@ -45,8 +45,7 @@
  *
  * widgets = gtk_widget_observe_children (widget);
  *
- * controllers = gtk_map_list_model_new (G_TYPE_LIST_MODEL,
- *                                       widgets,
+ * controllers = gtk_map_list_model_new (widgets,
  *                                       map_to_controllers,
  *                                       NULL, NULL);
  *